net/http.readWriteCloserBody.br (field)
7 uses
net/http (current package)
transport.go#L2603: body.br = br
transport.go#L2615: br *bufio.Reader // used until empty
transport.go#L2620: if b.br != nil {
transport.go#L2621: if n := b.br.Buffered(); len(p) > n {
transport.go#L2624: n, err = b.br.Read(p)
transport.go#L2625: if b.br.Buffered() == 0 {
transport.go#L2626: b.br = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |